Einhugur Word Plugin for Xojo

Run.Text Property

Text which the run carries.

Text as String {Read and Write}

Remarks

If the run has tab zones then the text will be returned as tab delimited string when calling the getter of the property.

If setting text on the run which contains tabs in the string then tab zones will be set up.

If you wish to have line feeds then text you assign to this must have LF in it and not something else as end of line.

See Also

Run Class